net/http.http2outflow.n (field)
9 uses
net/http (current package)
h2_bundle.go#L1387: n int32
h2_bundle.go#L1398: n := f.n
h2_bundle.go#L1399: if f.conn != nil && f.conn.n < n {
h2_bundle.go#L1400: n = f.conn.n
h2_bundle.go#L1409: f.n -= n
h2_bundle.go#L1411: f.conn.n -= n
h2_bundle.go#L1418: sum := f.n + n
h2_bundle.go#L1419: if (sum > n) == (f.n > 0) {
h2_bundle.go#L1420: f.n = sum
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |